home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / dev / c / expat-dev.lha / expat-1.95.5 / doc / style.css < prev    next >
Cascading Style Sheet File  |  2000-12-20  |  547b  |  48 lines

  1. body {
  2.   background-color: white
  3. }
  4.  
  5. .eg {
  6.   padding-left: 1em;
  7.   padding-top: .5em;
  8.   border: solid thin;
  9.   margin: 1em 0;
  10.   background-color: tan;
  11.   margin-left: 5%;
  12.   margin-right: 10%;
  13. }
  14.  
  15. .handler {
  16.   width: 100%;
  17.   border-top-width: thin;  
  18.   margin-left: 5%;
  19.   margin-bottom: 1em;
  20. }
  21.  
  22. .handler p {
  23.   margin-left: 3%;
  24. }
  25.  
  26. .setter {
  27.   font-weight: bold;
  28. }
  29.  
  30. .signature {
  31.   color: navy;
  32. }
  33.  
  34. .fcndec {
  35.   width: 100%;
  36.   border-top-width: thin;
  37.   font-weight: bold;
  38. }
  39.  
  40. .fcndef {
  41.   margin-left: 5%;
  42.   margin-bottom: 2em;
  43. }
  44.  
  45. dd {
  46.   margin-bottom: 2em;
  47. }
  48.